projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5708322
)
; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Jul 2021 19:46:28 +0000
(22:46 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Jul 2021 19:46:28 +0000
(22:46 +0300)
lisp/calendar/cal-french.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-french.el
b/lisp/calendar/cal-french.el
index cc18a2a5d8ef4204cb60a2b4b8a2f33300ebc2bb..1789f16445f704861adaee549556641638045a98 100644
(file)
--- a/
lisp/calendar/cal-french.el
+++ b/
lisp/calendar/cal-french.el
@@
-215,8
+215,8
@@
calendar-french-special-days-array)
(defun calendar-french-trim-feast (feast)
- "Remove the article from the
feast, e.g. \"du Raisin\" -> \"Raisin\"
-
or \"de la Vertu\" -> \"Vertu\"
"
+ "Remove the article from the
FEAST.
+
E.g. \"du Raisin\" -> \"Raisin\" or \"de la Vertu\" -> \"Vertu\".
"
(cond
((equal (substring feast 0 3) "du ") (substring feast 3))
((equal (substring feast 0 6) "de la ") (substring feast 6))